home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Leser 15
/
Amiga Plus Leser CD 15.iso
/
Tools
/
Development
/
yacas_alg
/
yacas_morphos
/
share
/
yacas
/
include
/
stdfileio.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-03-13
|
257 b
|
19 lines
/** \file stdfileioio.h
* definitions of input output classes that read and write from file.
*/
#ifndef __stdfileio_h__
#define __stdfileio_h__
#include "yacasbase.h"
#include "lispio.h"
#include "lispenvironment.h"
#include "platfileio.h"
#endif